home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / lang / Python16_Src.lha / Python16_Source / Modules / protos / mathmodule.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-10  |  231 b   |  5 lines

  1. static PyObject *math_error ( void );
  2. static PyObject *math_frexp (PyObject *self , PyObject *args );
  3. static PyObject *math_ldexp ( PyObject *self , PyObject *args );
  4. static PyObject *math_modf ( PyObject *self , PyObject *args );
  5.